net/http.http2serverConn.inflow (field)

6 uses

	net/http (current package)
		h2_bundle.go#L4124: 	sc.inflow.add(http2initialWindowSize)
		h2_bundle.go#L4221: 	inflow           http2flow                   // conn-wide inbound flow control
		h2_bundle.go#L5410: 		if sc.inflow.available() < int32(f.Length) {
		h2_bundle.go#L5417: 		sc.inflow.take(int32(f.Length))
		h2_bundle.go#L5706: 	st.inflow.conn = &sc.inflow // link to conn-level counter
		h2_bundle.go#L6023: 		ok = sc.inflow.add(n)